﻿@charset "utf-8";
*{margin: 0;padding: 0;font-family: "微软雅黑";}
ul,li,h1,h2,h3{list-style: none;margin: 0;padding: 0;}
a{text-decoration: none;    color: #686868;}
img{border: none;}
.w1200{ width:1200px; margin-left:auto; margin-right:auto}
.l{float:left}
.gy2{width:1200px;margin:0 auto;overflow:hidden;}
.holer{height:124px; overflow:hidden; background:none;}
#header{height: 131px; position: fixed; top: 0px; width: 100%; z-index: 1000; background: none;}

.top01{width:100%;height:58px;line-height:58px;color:#fff;overflow:hidden;font-size:12px}
.top01 .l{font-size:14px}
.top01_center{text-align:left;float:right;font-size:22px}
.top01_center img{vertical-align:sub;display:inline-block;margin-right:8px}

.top02{width:100%;min-width:1230px;background-color: rgba(255, 255, 255, 1); height: 86px;}
.a{-moz-box-shadow:0px 0px 16px #bababa; -webkit-box-shadow:0px 0px 16px #bababa; box-shadow:0px 0px 16px #bababa;}
.top02 .top02_center{width:1230px;min-width:1200px;margin:0 auto;}
.logo{/*width:344px;*/float:left;padding-top:4px}
.logo img{float:left;}
.nav{float:right}
.nav li{position:relative}
.nav li.act{width:86px;padding-right:22px;margin:0 22px 0 0;float:left;text-align:center;background:url(../images/top_bg1.png) right 35px no-repeat}
.nav li.act:last-child{ margin:0px}
.nav a.star{width:86px;height:46px;padding-top:30px;display:block;font-size:16px;color:#333}

.s{ display:none; position:absolute; width:149px; top:70px; background:#FFF; left:-50px}
.s a{ display:block; color:#000; line-height:40px; text-align:center; font-size:14px; display:block; border-bottom:#f1f1f1 solid 1px }
.nav li:hover .s{ display:block;}
.s a:last-child{border-top:#f67524 solid 0px;}




/*轮播图*/
.fuSlide{width:100%;height:1000px;position:relative;z-index:1}
.ck-slide{position:relative;overflow:hidden;width:100%}
.ck-slide ul.ck-slide-wrapper{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}
.ck-slide ul.ck-slide-wrapper li{position:absolute;width:100%;left:0;top:0;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%}
.ck-slide ul.ck-slide-wrapper li:first-child{z-index:1111}
.ck-slide ul.ck-slide-wrapper li.current{z-index:1112}
.ck-slide ul.ck-slide-wrapper li a{display:block}
.ck-slide ul.ck-slide-wrapper li a .img{width:100%;height:auto;opacity:0;filter:alpha(opacity='0')}
.ck-slide ul.ck-slide-wrapper li .leftto{filter:alpha(opacity=0);opacity:0}

/*轮播图按钮滑轮*/
.index-waper-box{position:absolute;bottom:0;width:100%;height:100px;overflow:hidden;z-index:9;perspective:800px;transform-style:preserve-3d;}
.index-back-box{height:100px;background:0 0;width:1200px;margin:0 auto;overflow:hidden;transform-origin:bottom;transform:rotateX(0) translate3d(0,0,0);transition:all .65s cubic-bezier(.55,.65,.55,1) 0s;}
.index-back-box.active{background:url(../images/i_banner_bg.png) left bottom repeat-x}
/*左右按钮及hover效果*/
.index-back-box .sub-arrows{position:absolute;left:0;top:0;width:auto;height:100%;line-height:100px;padding-left:10px;font-size:0}
.index-back-box .sub-arrows i.icom{display:inline-block;vertical-align:top;width:60px;height:40%;cursor:pointer;position:relative}
.index-back-box .sub-arrows i.next:before,.index-back-box .sub-arrows i.prev:before{content:'';display:inline-block;position:absolute;top:42%;width:13px;height:22px;background-image:url(../images/sub-arrows.png);background-position:0 0;background-repeat:no-repeat}
.index-back-box .sub-arrows i.prev:before{background-position:0 0;left:-7px}
.index-back-box .sub-arrows i.next:before{background-position:-14px 0;left:24px}
.index-back-box .sub-arrows i.icom:after{position:absolute;content:'';left:0;top:28px;width:30px;height:2px;background-color:#fff;transform:scale(0,1);transition:all .3s ease-out 0s;}
.index-back-box .sub-arrows i.icom font{color:#000;transition:all .3s ease-out 0s;}
.index-back-box .sub-arrows i.icom.prev font{position:absolute;left:9px}
.index-back-box .sub-arrows i.icom.next font{position:absolute;left:6px}
.index-back-box .sub-arrows i:hover:after{transform:scale(1,1);}
.index-back-box .sub-arrows i.icom.prev:hover font{left:-7px}
.index-back-box .sub-arrows i.icom.next:hover font{left:20px}
/*中间鼠标图标*/
.index-back-box .sub-mouse{width:70%;height:43px;position:absolute;top:20px;left:15%;cursor:pointer;z-index:1;zoom:.7;}
.index-back-box .sub-mouse:after{display:none;z-index:-1;position:absolute;content:'';top:-30px;left:50%;height:53px;border-right:1px solid #333;margin-left:-1px}
.index-back-box .sub-mouse span{text-align:center;display:block;position:relative;width:50%;height:100%;animation:ani-svg .85s linear 0s alternate infinite;margin:0 auto}
@keyframes ani-svg {
	0% {
		opacity: .4;
		transform: translateY(-20px);
	}

	15% {
		opacity: .65;
		transform: translateY(-15px);
	}

	25% {
		opacity: .8;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(0);
	}

	65% {
		opacity: .8;
		transform: translateY(5px);
	}

	75% {
		opacity: .65;
		transform: translateY(10px);
	}

	100% {
		opacity: .4;
		transform: translateY(15px);
	}
}
/*优势*/
@font-face{
     font-family: '华文细黑'; 
     src:url(../fonts/stxihei.ttf);
}
.i_bg{background-color:#f5f5f5;overflow:hidden}
.i_one{background-color:#fff;overflow:hidden;height:316px;margin:0 auto;margin-bottom:32px; width:1200px;}
.i_service_t{text-align:center;padding-top:15px;color:#666;font-size:18px;line-height:32px;padding-bottom:50px}
.i_service_t h2{height:66px;line-height:66px;font-size:40px;color:#000;font-weight:400;letter-spacing:1px;font-family:"华文细黑"}
.i_service_t p{font-size:18px}
.advantage{text-align:center;overflow:hidden}
.num_box{width:20%;float:left;height:124px;background:url(../images/i_one_bg1.png) right center no-repeat}
.num_box:last-child{background:0 0}
.num_box .num{font-weight:700;color:#f67524;font-family:"华文细黑";font-weight:400;font-size:60px;width:100%;height:70px;line-height:70px;text-align:center;position:relative;z-index:2;letter-spacing:1px;margin-top:10px}
.num_box h3{font-size:16px;color:#333;font-weight:400;line-height:30px}


.top01_center a{ display:inline-block; margin-top:12px; margin-left:5px}
.one{ background:#f18101; width:12px; height:12px; border:#ffffff solid 1px;}
.twos{ background:#e81215; width:12px; height:12px;border:#ffffff solid 1px;}
.three{ background:#00b6b7; width:12px; height:12px;border:#ffffff solid 1px;}
.four{ background:#0982ec; width:12px; height:12px;border:#ffffff solid 1px;}
.five{ background:#314693; width:12px; height:12px;border:#ffffff solid 1px;}
.six{ background:#00a64f; width:12px; height:12px;border:#ffffff solid 1px;}
.top01_center a:first-child{ margin-left:20px;}

.title{ text-align:center; margin-top:0px; position:relative}
.title a{ text-decoration:none}
.title h1{ font-family:"微软雅黑"; font-weight:500; font-size:36px; color:#2b2b2b; margin-top:10px; margin-bottom:20px;}
.title span{ width:100px; height:3px; margin:0px auto; display:block; position:absolute; left:0; right:0; bottom:-1px}
.title div{  width:475px; height:1px; margin:0 auto; background:#d0d0d0; position:relative;}
.title p{ font-size:16px; color:#b5b5b5; font-weight:normal; margin-top:5px; font-family:Arial, Helvetica, sans-serif;}
.titles{ text-align:center; margin-top:20px}
.titles ul{ overflow:hidden}
.titles li{ display:inline-block; width:140px; height:45px; line-height:45px; text-align:center; border:#d9d9d9 solid 1px; margin-left:5px; margin-right:5px}
.titles li a{ font-size:16px; color:#666; display:block}
	.Rotation{position:relative; width:20px; margin-bottom:0px ;
animation:myfirst 0.5s linear 0.5s infinite alternate;
/* Firefox: */
-moz-animation:myfirst 0.5s linear 0.5s infinite alternate;
/* Safari and Chrome: */
-webkit-animation:myfirst 0.5s linear 0.5s infinite alternate;
/* Opera: */
-o-animation:myfirst 0.5s linear 0.5s infinite alternate;
}


@keyframes myfirst
{
0%   {top:0px;}
100% {top:10px;}
0%   {top:0px;}
}
 
@-moz-keyframes myfirst /* Firefox */
{
0%   {top:0px;}
100% {top:10px;}
0%   {top:0px;}
}
 
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {top:0px;}
100% {top:10px;}
0%   {top:0px;}
}
 
@-o-keyframes myfirst /* Opera */
{
0%   {top:0px;}
100% {top:10px;}
0%   {top:0px;}
}




.height{ height:40px}
.tabs  {
	padding:0;
	width:1200px;
	display:none;
	margin:0 auto; height:768px;
	
}
.tabs  img{width:388px;height:291px; display:block;transition: all 1.2s; 
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;}
	.tabs li div{height:291px; overflow:hidden; width:388px; position:relative}
		.tabs li div h1 img{ width:50px; height:50px;}
			.tabs li div h1{ position:absolute; left:0; top:0; display:none; width:388px; height:291px;background:rgba(0,0,0,0.5)}
			.tabs li:hover h1{ display:block; }
			.tabs li:hover h1 img{ left:172px; position:absolute; top:120px;transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);}
	
	
	
.tabs ul{ width:105%}
.tabs li{ text-align:center; float:left; margin-top:30px; margin-right:20px;}


.tabs li:hover img{ transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);}
.tabs  span{ font-size:16px; color:#666; display:block; /*background:#eaeaea;*/ padding-top:20px; padding-bottom:20px; border-top:#e1e1e1 solid 1px;border-right:#e1e1e1 solid 1px;border-left:#e1e1e1 solid 1px;border-bottom:#e1e1e1 solid 1px;}
.tab {
	
	padding:0;
	list-style:none;
	width:1206px;
	overflow:hidden;
	margin:0 auto;
	margin-top:45px
}
.tab ul{ width:105%}
.tab li {
	float:left;
	width:171px;
	height:50px;
	border:#e1e1e1 solid 1px;
	color:#666;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	
}

.tab li:nth-child(odd){border-right:#e1e1e1 solid 0px;}
.tab li:nth-child(odd){border-left:#e1e1e1 solid 0px;}
.tab li:first-child{border-left:#e1e1e1 solid 1px;}
.tab li:nth-child(7){border-right:#e1e1e1 solid 1px;}
.tab li:nth-child(14){border-right:#e1e1e1 solid 1px;}
.tab li:nth-child(21){border-right:#e1e1e1 solid 1px;}
.tab li:nth-child(28){border-right:#e1e1e1 solid 1px;}
.on {
	display:block;
}







.bg1{ background-position:center center;background-repeat:no-repeat;background-size:cover;background-image:url(../images/con1.jpg);}
.bg4{ background:url(../images/con1.jpg) no-repeat center fixed; padding-top:100px; padding-bottom:0px; margin-top:80px;}
.bg3{ background:url(../images/a.jpg) no-repeat center ; padding-top:60px; padding-bottom:0px; margin-top:0px}
.bg2{ background:url(../images/list2.png) no-repeat center fixed; padding-top:100px; padding-bottom:100px;}

.ys{ overflow:hidden; margin-top:0px;}
.ys li{ width:584px; float:left;/*-moz-box-shadow:0px 10px 10px #e0e0e0; -webkit-box-shadow:0px 10px 10px #e0e0e0; box-shadow:0px 10px 10px #e0e0e0;*/background:#ffffff}
.ys li img{transition: all 0.6s;}
.ys li h1 img{ width:61px !important; height:22px !important; float:right; margin-top:5px }
.ys li:hover h1 img{transform: scale(1);
    -ms-transform: scale(1);}
.ys li:nth-child(1){ width:1200px; }
.ys li:nth-child(1) div{width:584px; height:220px; overflow:hidden;  float:left; margin-right:36px}
.ys li:nth-child(1) img{ width:584px; height:220px;}
.ys li:nth-child(1) span{ width:36px; height:2px; display:block; float:left; margin-top:20px}
.ys li:nth-child(1) p{ margin-right:20px;margin-top:35px;}
.ys li h1{ font-size:26px; margin-top:20px; font-weight:normal}
.ys li p{ font-size:16px; color:#666666; display:block; line-height:35px; }

.ys li:nth-child(2){ margin-right:32px; margin-top:50px; min-height:400px; padding-bottom:30px}
.ys li:nth-child(2) h1 img{ float:right}
.ys li:nth-child(2) div{width:584px; height:220px; overflow:hidden}
.ys li:nth-child(3){ margin-top:50px;min-height:400px; padding-bottom:30px}
.ys li:nth-child(3) div{width:584px; height:220px; overflow:hidden}
.ys li:nth-child(2) img{ width:584px; height:220px; float:left;display:block; margin-bottom:20px}
.ys li:nth-child(2) h1{ margin-left:20px; margin-top:20px}
.ys li:nth-child(2) span{ width:36px; height:2px; display:block;  margin-top:20px; margin-left:20px;}
.ys li:nth-child(2) p{ margin-right:20px;margin-top:15px; margin-left:20px;}
.ys li:nth-child(3) img{ width:584px; height:220px;display:block; margin-bottom:20px}
.ys li:nth-child(3) h1{ margin-left:20px; margin-top:20px}
.ys li:nth-child(3) span{ width:36px; height:2px; display:block;  margin-top:20px; margin-left:20px;}
.ys li:nth-child(3) p{ margin-right:20px;margin-top:15px; margin-left:20px;}


.ys li:nth-child(4){ width:1200px; margin-top:50px }
.ys li:nth-child(4) div{ width:584px; height:220px; overflow:hidden;float:right; margin-right:0px; margin-left:36px}
.ys li:nth-child(4) img{ width:584px; height:220px; }
.ys li:nth-child(4) h1{ margin-left:20px; }
.ys li:nth-child(4) span{ width:36px; height:2px; display:block; float:left; margin-top:20px; margin-left:20px}
.ys li:nth-child(4) p{ margin-left:20px;margin-top:35px;}
.ys li:hover img{ transform: scale(1.2);
    -ms-transform: scale(1.2);}
	
	
.top{ margin-top:40px;}
.list2{ margin:0 auto; margin-top:30px; }
.caselist{text-align:center; background:#f8f8f8;  transition: all 0.5s; margin-bottom:0px; padding:10px;}
.caselist div img{ width:388px;height:291px; display:block;	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;}
.caselist a{ font-size:16px; color:#fff; text-decoration:none; text-align:center; display:block}
.caselist div{ overflow:hidden}
.list2 p{ line-height:30px;  display:block;padding-bottom:10px; padding-top:10px;  width:100%; font-size:16px; color:#6a6a6a;background:#f8f8f8;}
.caselist:hover div img{transform:scale(1.2);}


.tdfcmarque{ position:relative;}
.tdfcmarque a{  text-decoration:none}
.tdfcmarque p{  padding:0px; margin:0px; font-weight:normal; font-size:15px; color:#666666; line-height:30px;}
.tdfcgoL{ position:absolute; left:0px; top:106px; width:200px; z-index:3}
.tdfcgoL img{ width:37px; height:auto}
.tdfcgoR{ position:absolute; right:0px; top:106px; z-index:3}
.tdfcgoR img{ width:37px; height:auto}
#tdfcmarquee1{overflow:hidden; margin:0 auto; margin-top:30px; width:1200px}
#tdfcmarquee1 ul li{float:left;width:400px; text-align:center;}
#tdfcmarquee1 ul li span{display:block; width:388px; margin-top:10px; margin-bottom:20px; text-align:center; padding-bottom:20px; background:#fff}

#tdfcmarquee1 ul li span div{width:388px; height:300px; overflow:hidden; position:relative}
.h{ display:none; position:absolute; left:-100px; top:0; width:388px; height:300px}
#tdfcmarquee1 li:hover .h{ display:block; position:absolute; left:50px; top:0}
.tdfcmarque span:hover p{ color:#FFF}
.tdfcmarque strong{ font-size:16px; color:#666666; margin-top:20px; display:block; font-weight:normal}
.tdfcmarque i{ width:38px; height:1px; background:#c1c1c1; margin:0 auto; display:block; margin-top:20px; margin-bottom:20px}
#tdfcmarquee1 ul li span:hover i{ background:#FFF}
#tdfcmarquee1 ul li span:hover strong{ color:#FFF}
#tdfcmarquee1 li  span img{ width:388px; height:300px;transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;}
#tdfcmarquee1 li:hover img{	transform:scale(1.2);}


.two{ margin:0px auto;height:370px;overflow:hidden; position:relative; margin-top:30px; width:1200px}
.two ul{width:960000000000px;position:absolute;left:0;}
.two ul li{display:block;float:left;margin:15px; text-align:center; position:relative;background:#f5f5f5}
.two ul li a{display:inline-block;height:80px; text-decoration:none;} 
.two ul li img{display:block; width:400px; height:250px;}
.two ul li a span{height:60px;display:block;color:#666666;font-size:16px; line-height:60px;background:#f5f5f5 }

/*
.new{ overflow:hidden;  margin:0 auto; width:1400px;margin-top:80px;}
.new a{ text-decoration:none; font-size:16px; color:#666666}
.newleft{ width:990px; float:left}
.newtitle{ overflow:hidden; border-right:#e2e2e2 solid 1px;border-top:#e2e2e2 solid 1px;border-bottom:#e2e2e2 solid 1px; line-height:50px; height:50px}
.newtitle span{ font-size:18px; height:50px; display:inline-block; width:140px; text-align:center; border-right:#e2e2e2 solid 1px;}
.newtitle a{ float:right; text-decoration:none; color:#bfbfbf; margin-right:20px; font-weight:normal !important}
.newleft ul{ margin-top:0px; overflow:hidden; margin-bottom:15px}
.newleft li{ overflow:hidden; margin-top:20px}
.newleft img{ width:300px; height:202px; float:left; margin-right:20px}
.newleft time{ display:block; color:#989898; margin-top:14px; font-family:Arial, Helvetica, sans-serif}
.newleft a{ font-weight:bold}
.newleft p{ color:#666; line-height:30px; margin-top:13px; font-size:16px}
.newleft dl{ overflow:hidden;}
.newleft dd{ float:left; margin-right:40px; line-height:50px; border-bottom:#efefef solid 1px; width:475px}
.newleft dd:nth-child(even){ margin-right:0}
.newleft dd a{ font-size:16px; color:#666666; font-weight:normal}
.newright{ width:370px; float:right;}
*/

.tab-block {
	width: 1200px;
	height: 580px;
	margin: 50px auto 0;
	background-color: #FFF;
	border: 1px solid #dddddd
}

.tab-block.information-tab {
	height: 430px
}

.tab-block.information-tab .acts {
	height: 380px
}

.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #f5f5f5
}

.tab-block .tab-buttons .tab-button {
	width: 24.93%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 20px;
	color: #2b2b2b;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	font-weight:normal;
	border-right:#d9d9d9 solid 1px
}
.tab-block .tab-buttons .tab-button:last-child {border-right:#d9d9d9 solid 0px}
.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;

}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	
}

.tab-block .acts {
	width: 100%;
	height: 528px
}

.tab-block .acts .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: none
}

.tab-block .acts .tab-item.active {
	display: block
}

.information-tab .information-left {
	width: 500px;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
}

.information-tab .information-left img {
	width: 500px;
	height: 340px;
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 95%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 16px;
	width: 375px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	width: 628px;
	height: 340px;
	float: left;
	margin-left:30px
}

.information-tab .information-right .article-list {
	padding-bottom: 20px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #666;
	line-height: 20px;
	margin-left: 14px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 450px;
	font-size: 15px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}

.information-tab .information-right .article-list.current .article-link {
	background-color: #f5f5f5;
	padding: 20px
}




.information-tab .information-right .article-list.current .article-content {
	display: block
}

.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}





#marquee6{width:368px;height:419px; overflow:hidden; border-bottom:#dfdfdf solid 1px; border-left:#dfdfdf solid 0px; border-right:#dfdfdf solid 0px; }
#marquee6 ul li{overflow:hidden;  border-bottom:#dfdfdf dotted 1px; margin-left:0px; margin-right:0px; margin-top:15px}

.w{ background:#c80000; color:#FFF; padding:2px 5px 2px 5px; margin-right:10px;}
.d{ background:#0d569b; color:#FFF; padding:2px 5px 2px 5px; margin-right:10px; font-size:14px}
#marquee6 dd{ line-height:30px; margin-top:10px; margin-bottom:10px; font-size:16px}
#marquee6 dt{ font-size:16px;}
.zx{color:#FFF !important; font-size:16px !important;text-decoration:none; width:172px; line-height:46px; text-align:center; display:inline-block; font-weight:normal !important; margin-top:28px;}

.about{  width:1200px; margin:0 auto; overflow:hidden; margin-bottom:0px}
.aboutleft{ width:580px; height:570px; float:left;}
.aboutleft img{ width:580px; height:450px;}
.aboutright span{ font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#b0b0b0; margin-bottom:10px; display:block}
.aboutright{ width:580px; float:right;}
.aboutright h1{ font-size:36px; color:#333; margin-bottom:10px; font-weight:normal}
.aboutright p{ font-size:16px; color:#666; line-height:35px;}

.aboutright ul{ overflow:hidden; margin-top:30px}
.aboutright li{ float:left; width:140px; text-align:center; background:#FFF; margin-left:20px; height:100px; padding-top:10px} 
.aboutright li:first-child{ margin-left:0px}
.aboutright li img{ display:inline-block;}
.aboutright li div{ display:block; font-size:16px; color:#666; text-align:center}




footer{ background:#333333; margin-top:50px}
.footernav{ text-align:center; border-bottom:#4c4c4c solid 1px}
.footernav a{ font-size:16px; color:#e0e0e0; text-decoration:none; line-height:60px; padding-left:35px; padding-right:35px;border-right:#4c4c4c solid 1px;}

.copy{ margin-top:40px; overflow:hidden; padding-bottom:30px}
.copy li{ float:left; color:#e0e0e0;}
.copy li:nth-child(1){ width:308px;}
.copy li:nth-child(1) img{ float:left; margin-right:25px}
.copy li:nth-child(1) dl{ float:left; font-size:14px}
.copy li:nth-child(1) dl dd{ line-height:35px}
.copy li:nth-child(1) dl a{ color:#FFF; text-decoration:none; width:220px; display:block; text-align:center; line-height:40px; border-radius:0px; margin-top:10px}
.copy li:nth-child(2) dl{ border-left:#4c4c4c solid 1px; height:150px; margin-left:40px; padding-left:40px; line-height:30px}

.copy li:nth-child(3){ float:right; text-align:center}
.copy li:nth-child(3) span{ display:block; margin-top:20px}
.copy li:nth-child(3) img{ width:100px}
.copy li:nth-child(3) dd{ float:left; margin-left:30px}


.link{ background:#222222;color:#e0e0e0; line-height:50px; font-size:14px}
.link a{ color:#e0e0e0; font-size:14px; text-decoration:none; margin-right:20px}

.izl-rmenu{position:fixed;right:0px;bottom:10px;padding-bottom:98px;background:url(../images/r_b.png) 0px bottom no-repeat;z-index:999;}
    .izl-rmenu .btn1{width:50px;height:50px;margin-bottom:1px;cursor:pointer;position:relative; border-radius:2px}
    .izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#222222;}
    .izl-rmenu .btn-qq:hover{background-color:#222222;}
    .izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{/* background:url(../images/r_qq.png) 0px 0px no-repeat; */background-color:#222222;text-decoration:none;display:block;}
    .izl-rmenu .btn-wx{background:url(../images/kf_wx.png) 0px 0px no-repeat;background-color:#222222;}
    .izl-rmenu .btn-wx:hover{background-color:#222222;}
    .izl-rmenu .btn-wx .pic{position:absolute;left:-110px;top:0px;display:none; background:#FFF; padding:5px;-moz-box-shadow:0px 0px 4px #636870; -webkit-box-shadow:0px 0px 4px #636870; box-shadow:0px 0px 4px #636870;width:96px !important;height:96px !important;}
	 .izl-rmenu .btn-wx .pic img{width:96px !important;height:96px !important;}
    .izl-rmenu .btn-phone{background:url(../images/kf_tel.png) 0px 0px no-repeat;background-color:#222222;}
    .izl-rmenu .btn-phone:hover{background-color:#222222;}
    .izl-rmenu .btn-phone .phone{background-color:#222222;position:absolute;width:160px;left:-160px;top:0px;line-height:50px;color:#FFF;font-size:18px;text-align:center;display:none;}
    .izl-rmenu .btn-top{background:url(../images/kf_top.png) 0px 0px no-repeat;background-color:#222222;display:none;}
    .izl-rmenu .btn-top:hover{background-color:#222222;}
	
	.izl-rmenu .btn-color{background:url(../images/sz.png) 0px 0px no-repeat;background-color:#c31920;}
    .izl-rmenu .btn-color:hover{ background:url(../images/sz.png);background-color:#c31920;}
    .izl-rmenu .btn-color .pic{position:absolute;left:-200px;top:0px;display:block;width:200px;height:76px;background-color:#c31920;}
	 .izl-rmenu .btn-color .pic div{ width:18px; height:18px; float:left; border-radius:100%; margin-top:25px; margin-left:15px}
	 .izl-rmenu .btn-color .pic .blue{  
        background-color: #0982ec; 
    }
   .izl-rmenu .btn-color .pic .dblue{ 
        background-color: #006a4f; 
    }
    .izl-rmenu .btn-color .pic .red{ 
        background-color: #a50109; 
    }
	 .izl-rmenu .btn-color .pic .black{ 
        background-color: #08a172; 
    }
	.izl-rmenu .btn-color .pic .yellow{ 
        background-color: #dd932a; 
    }
		.izl-rmenu .btn-color .pic .xmh{ 
        background-color: #5dc800; 
    }
	

.green{ width:200px; height:60px; line-height:60px; display:block; text-align:center; color:#FFF; font-size:16px; margin-top:40px; }

/***********************/
.ban{ width:100%; position:relative; overflow:hidden; height:300px;top:124px;}
.bans{ width:1920px; position:absolute; left:50%; margin-left:-960px; height:300px}
.bans img{ width:1920px; height:184px;}	
.tit{ text-align:center; overflow:hidden; margin:30px }
.tit strong{ font-size:30px; margin-bottom:5px;}

.subs_title{ text-align:center; width:1200px; margin:0 auto;margin-top:20px;}
.subs_title ul{ overflow:hidden; width:101% }
.subs_title li{display:inline-block; width:138px; height:45px; line-height:45px; text-align:center; border:#d9d9d9 solid 1px; margin-right:5px; margin-top:5px; overflow:hidden}
.subs_title li a{ color:#666; text-decoration:none; height:45px; line-height:45px; overflow:hidden; display:block; font-size:16px; text-align:center}

.list1 ul{ overflow:hidden; width:105%}
.list1 li{ width:388px; float:left; margin-right:18px; margin-bottom:25px}
.list1{ margin:0 auto; margin-top:30px; width:1200px;}
.cplist{text-align:center;  transition: all 0.5s; margin-bottom:0px;}
.cplist div img{ width:388px;height:250px; display:block;	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;}
.cplist a{ font-size:16px; color:#fff; text-decoration:none; text-align:center; display:block}
.cplist div{ overflow:hidden}
.list1 p{ line-height:30px;  display:block;padding-bottom:10px; padding-top:10px;   font-size:16px; color:#6a6a6a; border-bottom:#e1e1e1 solid 1px; border-left:#e1e1e1 solid 1px; border-right:#e1e1e1 solid 1px;}
.cplist:hover div img{transform:scale(1.2);}


.page{ text-align:center; margin-bottom:20px; margin-top:20px}
.page a{ font-size:14px !important; color:#666; text-decoration:none; padding:10px 15px 10px 15px; border:#d9d9d9 solid 1px; margin-left:5px; margin-right:5px}

.title_1{ margin-top:55px; overflow:hidden; margin-bottom:0px; border-bottom:#cacaca solid 1px; padding-bottom:10px; width:1200px; margin:0 auto}
.title_1 a{ font-size:16px; text-decoration:none; line-height:35px; display:inline; float:right;}
.title_1 p{ font-size:14px; color:#0982ec; float:left; display:inline; margin-top:5px;}
.title_1 strong{color:#0982ec; float:left; display:inline; font-weight:normal; margin-left:8px; margin-right:8px;}
.title_1 span{ font-size:24px; display:inline;  float:left; font-weight:bold}

.list_1{ width:1200px; margin:0 auto; margin-top:25px}
.list_1 ul{ overflow:hidden; width:105%}
.list_1 li{ width:388px; float:left; margin-right:19px; margin-bottom:25px; text-align:center}
.list_1 li img{ width:388px; height:250px;}
.list_1 p{ font-size:16px; margin-top:10px}

.list_2{ width:1440px; margin:0 auto; margin-top:25px}
.list_2 ul{ overflow:hidden; width:105%}
.list_2 li{ width:340px; float:left; margin-right:24px; margin-bottom:25px; text-align:center}
.list_2 li img{ width:340px; height:290px;}
.list_2 p{ font-size:16px; margin-top:10px}


.news1 ul{ width:1440px; margin:0 auto}
.news1 img{ width:344px; height:230px; float:left; margin-right:30px; display:inline}
.newsFonts1{ float:left; margin-right:30px; display:inline; width:700px}
.news1 li{ overflow:hidden;padding-top:60px; padding-bottom:60px}
.newsFonts1 span{ font-size:18px; color:#333}
.newsFonts1 .as{ color:#666666; font-size:14px; border:#e1e1e1 solid 1px; padding:10px 15px 10px 15px; margin-top:30px; display:block; width:100px; text-align:center}
.news1 a{ text-decoration:none}
.newsFonts1 p{ font-size:14px; color:#666; margin-top:30px; line-height:25px}
.newsTime1{ float:right; display:inline; text-align:center; font-family:Arial, Helvetica, sans-serif; padding-top:50px;}
.newsTime1 span{ font-size:60px; border-bottom:#e1e1e1 solid 1px;}
.newsTime1 p{ margin-top:15px}
.news1:hover{ background:#f8f8f8}
.newscontanter1{ background:#f6f6f6; padding-top:60px; padding-bottom:80px}
.newsmain1{ overflow:hidden}
.newsmainleft1{ width:800px; float:left; padding:20px 20px 50px 20px; background:#FFF;}
.newsmainleft1 .title1{ text-align:left; border-bottom:1px #e5e5e5 solid; padding-bottom:20px;}
.newsmainleft1 .title1 span{ font-size:24px; color:#00803b;}
.newsmainleft1 .title1 p{ color:#666666; margin-top:20px}
.newsmainleft1 .title1 p img{ float:left;}
.newsmainleftcontont1 img{ max-width:800px;}
.newsmainright1{ float:right; width:330px;}
.newsmainright1 h1{ background:#00803b; color:#FFF; font-size:18px; padding:0px; margin:0px; line-height:50px; text-align:center; margin-bottom:15px}
.newsmainright1 a{ text-decoration:none; color:#666666}
.newsmainright1 li{border-bottom:#e1e1e1 solid 1px; line-height:30px; margin-top:20px}
.newsmainright1 li time{ font-size:14px; color:#666666; font-family:Arial, Helvetica, sans-serif}
.border{ border-bottom:#e1e1e1 solid 1px; position:relative;}
.border p{ position:absolute; left:0; bottom:0; width:0px; height:0px;transition:all .8s;
	-moz-transition:all .8s;
	-webkit-transition:all .8s;
	-o-transition:all .8s;}

.titles{ color:#666666; font-size:24px; text-align:center; margin-top:20px}
.ts{ font-size:12px; color:#b0b0b0; text-align:center; line-height:50px; border-bottom:#d9d9d9 solid 1px; width:1200px; margin:0 auto}
.nexts{ overflow:hidden; margin-top:20px; border-bottom:1px #e5e5e5 solid; border-top:1px #e5e5e5 solid; padding:10px 0 10px 0; line-height:30px; width:1200px; margin:0 auto}
.nexts a{ font-size:16px; color:#666666; display:block; text-decoration:none;}

.containter{ width:1200px; margin:0 auto; margin-top:20px; }
.containter img{ max-width:100%; width:auto}
